cody - HTMLify profile

cody
4270 Files
632708 Views
Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/05 - Random Password Generator
const words = ['seat', 'pen', 'broad', 'vapor', 'ocean',
'red', 'plate', 'late', 'that', 'ring', 'swim', 'shown',
'path', 'law', 'list', 'hard', 'plate', 'block', 'two',
'pupil', 'were', 'lot', 'pay', 'would', 'tired', 'dull',
'mud', 'sky', 'grew', 'hard', 'ill', 'frame',
'sport', 'did', 'many', 'been', 'page', 'year', 'trail',
'earth', 'are', 'while', 'off', 'town', 'doing', 'size',
'steel', 'sale', 'swam', 'put', 'zero', 'week', 'mill',
'red', 'plate', 'late', 'that', 'ring', 'swim', 'shown',
'path', 'law', 'list', 'hard', 'plate', 'block', 'two',
'pupil', 'were', 'lot', 'pay', 'would', 'tired', 'dull',
'mud', 'sky', 'grew', 'hard', 'ill', 'frame',
'sport', 'did', 'many', 'been', 'page', 'year', 'trail',
'earth', 'are', 'while', 'off', 'town', 'doing', 'size',
'steel', 'sale', 'swam', 'put', 'zero', 'week', 'mill',
* {
padding: 0;
margin: 0;
font-family: "sans";
user-select: none;
}
@font-face {
padding: 0;
margin: 0;
font-family: "sans";
user-select: none;
}
@font-face {
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="assets/favicon.png" type="image/x-icon">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="assets/favicon.png" type="image/x-icon">